home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00001.ls next >
Encoding:
Text File  |  1998-07-22  |  430 b   |  24 lines

  1. on startMovie
  2.   global isLesson, Voice, Exercises, CalcOn, FormulasOn, NotesOn
  3.   set isLesson to 0
  4.   if field "Voice" = 1 then
  5.     set Voice to 1
  6.   else
  7.     set Voive to 0
  8.   end if
  9.   if field "Exercises" = 1 then
  10.     set Exercises to 1
  11.   else
  12.     set Exercises to 0
  13.   end if
  14.   set CalcOn to 0
  15.   set FormulasOn to 0
  16.   set NotesOn to 0
  17.   set the keyDownScript to "printScript"
  18. end
  19.  
  20. on stopMovie
  21.   forgetAllMiaws()
  22.   saveMovie()
  23. end
  24.